[INFO] cloning repository https://github.com/Naro-chain/sword-template
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/Naro-chain/sword-template" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FNaro-chain%2Fsword-template", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FNaro-chain%2Fsword-template'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] 84de9f4600db8d837eb5605fc5ad12d7075207da
[INFO] testing Naro-chain/sword-template against try#0abe69e6c16114311cc2700e972492e64d69c28f for pr-154065
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FNaro-chain%2Fsword-template" "/workspace/builds/worker-6-tc2/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-6-tc2/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/Naro-chain/sword-template
[INFO] finished tweaking git repo https://github.com/Naro-chain/sword-template
[INFO] tweaked toml for git repo https://github.com/Naro-chain/sword-template written to /workspace/builds/worker-6-tc2/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/Naro-chain/sword-template on toolchain 0abe69e6c16114311cc2700e972492e64d69c28f
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+0abe69e6c16114311cc2700e972492e64d69c28f" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/Naro-chain/sword-template already has a lockfile, it will not be regenerated
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+0abe69e6c16114311cc2700e972492e64d69c28f" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+0abe69e6c16114311cc2700e972492e64d69c28f" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 5ff7f544f5fd4e13ed85023b2f022ddb03f5290ea67e7b6c0afccda81449b133
[INFO] running `Command { std: "docker" "start" "-a" "5ff7f544f5fd4e13ed85023b2f022ddb03f5290ea67e7b6c0afccda81449b133", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "5ff7f544f5fd4e13ed85023b2f022ddb03f5290ea67e7b6c0afccda81449b133", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "5ff7f544f5fd4e13ed85023b2f022ddb03f5290ea67e7b6c0afccda81449b133", kill_on_drop: false }`
[INFO] [stdout] 5ff7f544f5fd4e13ed85023b2f022ddb03f5290ea67e7b6c0afccda81449b133
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+0abe69e6c16114311cc2700e972492e64d69c28f" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] b0acc906fb4298e9dd324e2803ab37f59423106cda137aa22db82cb5e7ae6734
[INFO] running `Command { std: "docker" "start" "-a" "b0acc906fb4298e9dd324e2803ab37f59423106cda137aa22db82cb5e7ae6734", kill_on_drop: false }`
[INFO] [stderr]    Compiling proc-macro2 v1.0.101
[INFO] [stderr]    Compiling libc v0.2.175
[INFO] [stderr]    Compiling serde v1.0.219
[INFO] [stderr]    Compiling futures-channel v0.3.31
[INFO] [stderr]    Compiling http v1.3.1
[INFO] [stderr]    Compiling zerocopy v0.8.26
[INFO] [stderr]    Compiling subtle v2.6.1
[INFO] [stderr]    Compiling tracing v0.1.41
[INFO] [stderr]    Compiling serde_json v1.0.143
[INFO] [stderr]    Compiling inout v0.1.4
[INFO] [stderr]    Compiling sync_wrapper v1.0.2
[INFO] [stderr]    Compiling multer v3.1.0
[INFO] [stderr]    Compiling encoding_rs v0.8.35
[INFO] [stderr]    Compiling spin v0.9.8
[INFO] [stderr]    Compiling time-core v0.1.4
[INFO] [stderr]    Compiling deranged v0.4.0
[INFO] [stderr]    Compiling cookie v0.18.1
[INFO] [stderr]    Compiling time-macros v0.2.22
[INFO] [stderr]    Compiling proc-macro-error-attr v1.0.4
[INFO] [stderr]    Compiling memchr v2.7.5
[INFO] [stderr]    Compiling matchit v0.8.4
[INFO] [stderr]    Compiling aho-corasick v1.1.3
[INFO] [stderr]    Compiling proc-macro-error v1.0.4
[INFO] [stderr]    Compiling rust_decimal v1.37.2
[INFO] [stderr]    Compiling iana-time-zone v0.1.63
[INFO] [stderr]    Compiling arrayvec v0.7.6
[INFO] [stderr]    Compiling winnow v0.7.13
[INFO] [stderr]    Compiling chrono v0.4.41
[INFO] [stderr]    Compiling helmet-core v0.2.0
[INFO] [stderr]    Compiling bitflags v2.9.3
[INFO] [stderr]    Compiling utf8-width v0.1.7
[INFO] [stderr]    Compiling toml_writer v1.0.2
[INFO] [stderr]    Compiling quote v1.0.40
[INFO] [stderr]    Compiling anyhow v1.0.99
[INFO] [stderr]    Compiling yansi v1.0.1
[INFO] [stderr]    Compiling syn v2.0.106
[INFO] [stderr]    Compiling syn v1.0.109
[INFO] [stderr]    Compiling proc-macro-error-attr2 v2.0.0
[INFO] [stderr]    Compiling byte-unit v5.1.6
[INFO] [stderr]    Compiling auto-future v1.0.0
[INFO] [stderr]    Compiling bytesize v2.0.1
[INFO] [stderr]    Compiling regex-automata v0.4.10
[INFO] [stderr]    Compiling http-body v1.0.1
[INFO] [stderr]    Compiling time v0.3.41
[INFO] [stderr]    Compiling pretty_assertions v1.4.1
[INFO] [stderr]    Compiling http-body-util v0.1.3
[INFO] [stderr]    Compiling getrandom v0.2.16
[INFO] [stderr]    Compiling parking_lot_core v0.9.11
[INFO] [stderr]    Compiling socket2 v0.6.0
[INFO] [stderr]    Compiling mio v1.0.4
[INFO] [stderr]    Compiling signal-hook-registry v1.4.6
[INFO] [stderr]    Compiling rand_core v0.6.4
[INFO] [stderr]    Compiling parking_lot v0.12.4
[INFO] [stderr]    Compiling axum-core v0.5.2
[INFO] [stderr]    Compiling crypto-common v0.1.6
[INFO] [stderr]    Compiling cipher v0.4.4
[INFO] [stderr]    Compiling digest v0.10.7
[INFO] [stderr]    Compiling universal-hash v0.5.1
[INFO] [stderr]    Compiling aead v0.5.2
[INFO] [stderr]    Compiling ppv-lite86 v0.2.21
[INFO] [stderr]    Compiling polyval v0.6.2
[INFO] [stderr]    Compiling toml_parser v1.0.2
[INFO] [stderr]    Compiling hmac v0.12.1
[INFO] [stderr]    Compiling ctr v0.9.2
[INFO] [stderr]    Compiling aes v0.8.4
[INFO] [stderr]    Compiling sha2 v0.10.9
[INFO] [stderr]    Compiling hkdf v0.12.4
[INFO] [stderr]    Compiling ghash v0.5.1
[INFO] [stderr]    Compiling getrandom v0.3.3
[INFO] [stderr]    Compiling rand_chacha v0.3.1
[INFO] [stderr]    Compiling aes-gcm v0.10.3
[INFO] [stderr]    Compiling rand_core v0.9.3
[INFO] [stderr]    Compiling uuid v1.18.0
[INFO] [stderr]    Compiling rand v0.8.5
[INFO] [stderr]    Compiling rand_chacha v0.9.0
[INFO] [stderr]    Compiling rand v0.9.2
[INFO] [stderr]    Compiling shaku_derive v0.6.1
[INFO] [stderr]    Compiling regex v1.11.2
[INFO] [stderr]    Compiling shaku v0.6.2
[INFO] [stderr]    Compiling synstructure v0.13.2
[INFO] [stderr]    Compiling darling_core v0.20.11
[INFO] [stderr]    Compiling proc-macro-error2 v2.0.1
[INFO] [stderr]    Compiling zerofrom-derive v0.1.6
[INFO] [stderr]    Compiling yoke-derive v0.8.0
[INFO] [stderr]    Compiling serde_derive v1.0.219
[INFO] [stderr]    Compiling zerovec-derive v0.11.1
[INFO] [stderr]    Compiling futures-macro v0.3.31
[INFO] [stderr]    Compiling displaydoc v0.2.5
[INFO] [stderr]    Compiling tokio-macros v2.5.0
[INFO] [stderr]    Compiling thiserror-impl v2.0.16
[INFO] [stderr]    Compiling sword-macros v0.1.9 (/opt/rustwide/workdir/sword-macros)
[INFO] [stderr]    Compiling async-trait v0.1.89
[INFO] [stderr]    Compiling tokio v1.47.1
[INFO] [stderr]    Compiling futures-util v0.3.31
[INFO] [stderr]    Compiling thiserror v2.0.16
[INFO] [stderr]    Compiling reserve-port v2.3.0
[INFO] [stderr]    Compiling zerofrom v0.1.6
[INFO] [stderr]    Compiling darling_macro v0.20.11
[INFO] [stderr]    Compiling yoke v0.8.0
[INFO] [stderr]    Compiling zerovec v0.11.4
[INFO] [stderr]    Compiling zerotrie v0.2.2
[INFO] [stderr]    Compiling darling v0.20.11
[INFO] [stderr]    Compiling validator_derive v0.20.0
[INFO] [stderr]    Compiling tinystr v0.8.1
[INFO] [stderr]    Compiling potential_utf v0.1.2
[INFO] [stderr]    Compiling icu_collections v2.0.0
[INFO] [stderr]    Compiling icu_locale_core v2.0.0
[INFO] [stderr]    Compiling icu_provider v2.0.0
[INFO] [stderr]    Compiling icu_properties v2.0.1
[INFO] [stderr]    Compiling icu_normalizer v2.0.0
[INFO] [stderr]    Compiling tower-cookies v0.11.0
[INFO] [stderr]    Compiling rust-multipart-rfc7578_2 v0.8.0
[INFO] [stderr]    Compiling futures-executor v0.3.31
[INFO] [stderr]    Compiling futures v0.3.31
[INFO] [stderr]    Compiling idna_adapter v1.2.1
[INFO] [stderr]    Compiling idna v1.1.0
[INFO] [stderr]    Compiling hyper v1.7.0
[INFO] [stderr]    Compiling tower v0.5.2
[INFO] [stderr]    Compiling tower-http v0.6.6
[INFO] [stderr]    Compiling serde_path_to_error v0.1.17
[INFO] [stderr]    Compiling serde_urlencoded v0.7.1
[INFO] [stderr]    Compiling serde_spanned v1.0.0
[INFO] [stderr]    Compiling toml_datetime v0.7.0
[INFO] [stderr]    Compiling toml v0.9.5
[INFO] [stderr]    Compiling url v2.5.7
[INFO] [stderr]    Compiling hyper-util v0.1.16
[INFO] [stderr]    Compiling assert-json-diff v2.0.2
[INFO] [stderr]    Compiling validator v0.20.0
[INFO] [stderr]    Compiling axum v0.8.4
[INFO] [stderr]    Compiling axum-helmet v0.2.0
[INFO] [stderr]    Compiling axum_responses v0.4.2
[INFO] [stderr]    Compiling axum-test v17.3.0
[INFO] [stderr]    Compiling sword v0.1.8 (/opt/rustwide/workdir/sword)
[INFO] [stderr]    Compiling sword-tests v0.1.3 (/opt/rustwide/workdir/sword-tests)
[INFO] [stderr]    Compiling graceful-shutdown v0.1.0 (/opt/rustwide/workdir/examples/graceful-shutdown)
[INFO] [stderr]    Compiling middlewares v0.1.0 (/opt/rustwide/workdir/examples/middlewares)
[INFO] [stderr]    Compiling cookies v0.1.0 (/opt/rustwide/workdir/examples/cookies)
[INFO] [stderr]    Compiling config-file v0.1.0 (/opt/rustwide/workdir/examples/config-file)
[INFO] [stderr]    Compiling shared-state v0.1.0 (/opt/rustwide/workdir/examples/shared-state)
[INFO] [stderr]    Compiling basic-server v0.1.0 (/opt/rustwide/workdir/examples/basic-server)
[INFO] [stderr]    Compiling data-validation v0.1.0 (/opt/rustwide/workdir/examples/data-validation)
[INFO] [stderr]    Compiling dependency-injection v0.1.0 (/opt/rustwide/workdir/examples/dependency-injection)
[INFO] [stderr]    Compiling tower-middlewares v0.1.0 (/opt/rustwide/workdir/examples/tower-middlewares)
[INFO] [stderr]    Compiling helmet v0.1.0 (/opt/rustwide/workdir/examples/helmet)
[INFO] [stderr]    Compiling multipart v0.1.0 (/opt/rustwide/workdir/examples/multipart)
[INFO] [stderr] error: could not compile `dependency-injection` (bin "dependency-injection")
[INFO] [stderr] 
[INFO] [stderr] Caused by:
[INFO] [stderr]   process didn't exit successfully: `/opt/rustwide/rustup-home/toolchains/0abe69e6c16114311cc2700e972492e64d69c28f/bin/rustc --crate-name dependency_injection --edition=2021 examples/dependency-injection/src/main.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=fd3467ba35e2993e -C extra-filename=-d25535d9fb2368c0 --out-dir /opt/rustwide/target/debug/deps -L dependency=/opt/rustwide/target/debug/deps --extern async_trait=/opt/rustwide/target/debug/deps/libasync_trait-881cd3358116e88c.so --extern serde=/opt/rustwide/target/debug/deps/libserde-c1d181b09c81051d.rlib --extern serde_json=/opt/rustwide/target/debug/deps/libserde_json-caaabbc798d908d9.rlib --extern shaku=/opt/rustwide/target/debug/deps/libshaku-3202de6ad0526857.rlib --extern sword=/opt/rustwide/target/debug/deps/libsword-410bcf561184fbda.rlib --extern tokio=/opt/rustwide/target/debug/deps/libtokio-f055ee9c7cf29109.rlib --extern validator=/opt/rustwide/target/debug/deps/libvalidator-b9c2ed0e359cc061.rlib --cap-lints=forbid` (signal: 9, SIGKILL: kill)
[INFO] [stderr] warning: build failed, waiting for other jobs to finish...
[INFO] [stderr] error: could not compile `middlewares` (bin "middlewares")
[INFO] [stderr] 
[INFO] [stderr] Caused by:
[INFO] [stderr]   process didn't exit successfully: `/opt/rustwide/rustup-home/toolchains/0abe69e6c16114311cc2700e972492e64d69c28f/bin/rustc --crate-name middlewares --edition=2021 examples/middlewares/src/main.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=551d9340150b82b2 -C extra-filename=-51169584340e3ca8 --out-dir /opt/rustwide/target/debug/deps -L dependency=/opt/rustwide/target/debug/deps --extern serde=/opt/rustwide/target/debug/deps/libserde-c1d181b09c81051d.rlib --extern serde_json=/opt/rustwide/target/debug/deps/libserde_json-caaabbc798d908d9.rlib --extern sword=/opt/rustwide/target/debug/deps/libsword-410bcf561184fbda.rlib --cap-lints=forbid` (signal: 9, SIGKILL: kill)
[INFO] [stderr] error: could not compile `tower-middlewares` (bin "tower-middlewares")
[INFO] [stderr] 
[INFO] [stderr] Caused by:
[INFO] [stderr]   process didn't exit successfully: `/opt/rustwide/rustup-home/toolchains/0abe69e6c16114311cc2700e972492e64d69c28f/bin/rustc --crate-name tower_middlewares --edition=2021 examples/tower-middlewares/src/main.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=3dc768f9fd8f8254 -C extra-filename=-1c3dce51f420a19e --out-dir /opt/rustwide/target/debug/deps -L dependency=/opt/rustwide/target/debug/deps --extern serde=/opt/rustwide/target/debug/deps/libserde-c1d181b09c81051d.rlib --extern sword=/opt/rustwide/target/debug/deps/libsword-410bcf561184fbda.rlib --extern tokio=/opt/rustwide/target/debug/deps/libtokio-f055ee9c7cf29109.rlib --extern tower_http=/opt/rustwide/target/debug/deps/libtower_http-c6d491c4fe4d1d6e.rlib --cap-lints=forbid` (signal: 9, SIGKILL: kill)
[INFO] running `Command { std: "docker" "inspect" "b0acc906fb4298e9dd324e2803ab37f59423106cda137aa22db82cb5e7ae6734", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "b0acc906fb4298e9dd324e2803ab37f59423106cda137aa22db82cb5e7ae6734", kill_on_drop: false }`
[INFO] [stdout] b0acc906fb4298e9dd324e2803ab37f59423106cda137aa22db82cb5e7ae6734
